projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c2dccb
)
(Finternal_complete_buffer): Typo.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 19 May 2008 11:23:53 +0000
(11:23 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 19 May 2008 11:23:53 +0000
(11:23 +0000)
src/minibuf.c
patch
|
blob
|
history
diff --git
a/src/minibuf.c
b/src/minibuf.c
index 907c21cff44d3e16fff3ac33fc1d5f8c94abd368..f6bd9dd8eadbb303f0376d657a3cb238fa8a09bd 100644
(file)
--- a/
src/minibuf.c
+++ b/
src/minibuf.c
@@
-1960,7
+1960,7
@@
The arguments STRING and PREDICATE are as in `try-completion',
return Ftry_completion (string, Vbuffer_alist, predicate);
else if (EQ (flag, Qt))
{
- Lisp_Object res = Fall_completions (string, Vbuffer_alist, predicate);
+ Lisp_Object res = Fall_completions (string, Vbuffer_alist, predicate
, Qnil
);
if (SCHARS (string) > 0)
return res;
else